home *** CD-ROM | disk | FTP | other *** search
- /*
- gfun.pro
- prototypes for gfun.c
- 11-29-90
- */
- void convertHexStrtoHan(Handle han, char *hexStr);
- void convertHanToHexStr(char *hexStr, Handle han);
- void copyCtoPstr(Str255 Pstr, char *Cstr);
- Handle copyStrToHand(char *str);
- short fetchHanFromGlobal(XCmdPtr paramPtr, Str31 globalNamePstr, Handle *han);
- short storeHanInGlobal(XCmdPtr paramPtr, Str31 globalNamePstr, Handle han);
-